powered by
R6 ZMQ Interface
SocketContextzmq
Context
zmq
An R6Class generator object
R6Class
Modeled after the PyZMQ interface https://zeromq.github.io/pyzmq/api/zmq.html
# NOT RUN { context = zmq$Context() socket = context$socket("ZMQ_REQ") socket$connect("tcp://localhost:5555") ### etc... # } # NOT RUN { # }
Run the code above in your browser using DataLab